home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11115 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  752 b 

  1. Path: newshost.cyberramp.net!news
  2. From: sinan@cyberramp.net (John Noland)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: [Q] how to specify binary values
  5. Date: 22 Mar 1996 01:28:13 GMT
  6. Organization: Prose Software
  7. Message-ID: <4isvnd$jkf@newshost.cyberramp.net>
  8. References: <4ihqi0$9mt@brain.npiec.on.ca>
  9. NNTP-Posting-Host: ramp1-6.cyberramp.net
  10. X-Newsreader: WinVN 0.99.5
  11.  
  12. In article <4ihqi0$9mt@brain.npiec.on.ca>, afrankow@freenet says...
  13. >
  14. >
  15. >I need to know how to specify binary numbers I know this sounds stupid 
  16. >:^) but I dont know..
  17. >Or is this possible.. I dont want to have to AND and OR all the values 
  18. >manually :^)
  19. >
  20.  
  21. It's not possible. Maybe I'm weird, but I think working with HEX constants 
  22. is much easier than binary, even in assembly.
  23.  
  24. -John
  25.  
  26.